Skip to content

QueryablePattern class

Defined in

Namespace: System.Reactive.Joins Assembly: System.Reactive.dll Full name: System.Reactive.Joins.QueryablePattern<T1, T2> Modifiers: public

Summary

        Represents a join pattern over two observable sequences.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class QueryablePattern~T1,T2~
class QueryablePattern
QueryablePattern <|-- QueryablePattern~T1,T2~

Inherits from: QueryablePattern

Methods

NameSummary
AndCreates a pattern that matches when all three observable sequences have an available element.
ThenMatches when all observable sequences have an available element and projects the elements by invoking the selector function.
Inherited members